home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Jul 89 / W0070-Re Buttons and List-Jul89 < prev    next >
Encoding:
Text File  |  1989-07-18  |  1.2 KB  |  31 lines  |  [TEXT/GEOL]

  1. Item    9580420                         14-July-89        11:59
  2.  
  3. From:   BIANCHI1                        Bianchi, Curt
  4.  
  5. To:     D1950                           CSG, Don Phillips, PRT
  6.  
  7. cc:     MACAPP.TECH$                    MACAPP Tech
  8.  
  9. Sub:    Re Buttons and Lists
  10.  
  11. Ken,
  12.  
  13. The easiest way to put push buttons and lists into windows is to use MacApp
  14. 2.0, not MacApp 1.1.  MacApp 2.0 provides a more complete library of views than
  15. 1.1.  In particular, it includes views for all of the Control Manager controls,
  16. and something called "grid" views, which are one or two-dimensional tabular
  17. views.  There are no frames, so there's no control list to worry about.  In
  18. 2.0, views can contain other views so it is a simple matter to put a push
  19. button view (or list view) into a window, which is itself a view.  Furthermore,
  20. views can be described resources much like you describe dialog items for the
  21. Dialog Manager.  The DemoDialogs example in 2.0 shows you how to do all of
  22. these things.
  23.  
  24. If you insist on using MacApp 1.1, I believe the MacApp Developers Association
  25. (AppleLink X0501) has some contributed code for using buttons in windows in
  26. MacApp 1.1.
  27.  
  28. Curt Bianchi
  29. Apple Computer
  30.  
  31.